s/,/:/ in what appears to be JSON.
authorHuon Wilson <dbau.pp+github@gmail.com>
Fri, 27 Jun 2014 11:54:09 +0000 (21:54 +1000)
committerHuon Wilson <dbau.pp+github@gmail.com>
Fri, 27 Jun 2014 11:54:09 +0000 (21:54 +1000)
src/bin/cargo-verify-project.rs [changed mode: 0644->0755]

old mode 100644 (file)
new mode 100755 (executable)
index a013b03..ff2c5e7
@@ -50,6 +50,6 @@ fn main() {
 }
 
 fn fail(reason: &str, value: &str) {
-    println!(r#"{{ "{:s}", "{:s}" }}"#, reason, value);
+    println!(r#"{{ "{:s}": "{:s}" }}"#, reason, value);
     set_exit_status(1);
 }